From 2deee078c71ada8db0b367ab9776311d2755d553 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 25 Jan 2012 16:50:12 -0500 Subject: [PATCH] * doc/lispref/makefile.w32-in (texinputdir): Copy previous Makefile.in change. --- doc/lispref/ChangeLog | 1 + doc/lispref/makefile.w32-in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f032c5fd7e6..159a7d7e78c 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,6 @@ 2012-01-25 Glenn Morris + * makefile.w32-in (texinputdir): * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603) 2012-01-24 Chong Yidong diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in index 08b176b7593..b27abd1c5bc 100644 --- a/doc/lispref/makefile.w32-in +++ b/doc/lispref/makefile.w32-in @@ -38,7 +38,7 @@ MAKEINFO_OPTS = --force --enable-encoding -I$(srcdir) -I$(emacsdir) # The environment variable and its value to add $(srcdir) to the path # searched for TeX input files. texinputdir = $(srcdir)\..\..\nt\envadd.bat \ - "TEXINPUTS=$(srcdir);$(texinputdir);$(TEXINPUTS)" \ + "TEXINPUTS=$(srcdir);$(texinputdir);$(emacsdir);$(TEXINPUTS)" \ "MAKEINFO=$(MAKEINFO) $(MAKEINFO_OPTS)" /C # The name of the manual: -- 2.30.2